home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Horodruin / horodruin-setup.exe / {app} / Horodruin.exe / 0 / RCDATA / TFRMSELECTMASK / TFRMSELECTMASK.txt
Text File  |  2005-02-17  |  1KB  |  61 lines

  1. object frmSelectMask: TfrmSelectMask
  2.   Left = 298
  3.   Top = 219
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Input Select Mask'
  7.   ClientHeight = 82
  8.   ClientWidth = 406
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblFrom: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 32
  23.     Height = 13
  24.     Caption = '<from>'
  25.   end
  26.   object lbl1: TLabel
  27.     Left = 8
  28.     Top = 28
  29.     Width = 29
  30.     Height = 13
  31.     Caption = 'Mask:'
  32.   end
  33.   object btnCancel: TBitBtn
  34.     Left = 326
  35.     Top = 52
  36.     Width = 75
  37.     Height = 25
  38.     TabOrder = 2
  39.     OnClick = btnCancelClick
  40.     Kind = bkCancel
  41.   end
  42.   object btnOk: TBitBtn
  43.     Left = 246
  44.     Top = 52
  45.     Width = 75
  46.     Height = 25
  47.     TabOrder = 1
  48.     OnClick = btnOKClick
  49.     Kind = bkOK
  50.   end
  51.   object cbxMask: TComboBox
  52.     Left = 48
  53.     Top = 24
  54.     Width = 353
  55.     Height = 21
  56.     ItemHeight = 13
  57.     TabOrder = 0
  58.     Text = '*'
  59.   end
  60. end
  61.